home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMNEWFOLDER / TFRMNEWFOLDER.txt
Encoding:
Text File  |  2004-07-08  |  2.0 KB  |  97 lines

  1. object frmNewFolder: TfrmNewFolder
  2.   Left = 298
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'Neues Verzeichniss erstellen'
  6.   ClientHeight = 93
  7.   ClientWidth = 371
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lCurrentDir: TLabel
  23.     Left = 8
  24.     Top = 6
  25.     Width = 111
  26.     Height = 14
  27.     Caption = 'Aktuelles Verzeichnis :'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object AktDir: TLabel
  36.     Left = 8
  37.     Top = 28
  38.     Width = 257
  39.     Height = 14
  40.     AutoSize = False
  41.     Caption = 'C:\'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object lNewDir: TLabel
  50.     Left = 8
  51.     Top = 50
  52.     Width = 163
  53.     Height = 14
  54.     Caption = 'Zu ertstellendes Unterverzeichnis'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object btnCreate: TButton
  63.     Left = 280
  64.     Top = 8
  65.     Width = 85
  66.     Height = 25
  67.     Caption = '&Erstellen'
  68.     Default = True
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     OnClick = btnCreateClick
  77.   end
  78.   object btnCancel: TButton
  79.     Left = 280
  80.     Top = 38
  81.     Width = 85
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = 'Abbrechen'
  85.     TabOrder = 2
  86.     OnClick = btnCancelClick
  87.   end
  88.   object NewDir: TEdit
  89.     Left = 8
  90.     Top = 64
  91.     Width = 257
  92.     Height = 21
  93.     TabOrder = 0
  94.     OnKeyDown = FormKeyDown
  95.   end
  96. end
  97.